home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Snippets / GetFileIcon 1.1 / Universal Headers / GetFileIcon.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-28  |  309 b   |  13 lines  |  [TEXT/MPCC]

  1. /* ------------------ GetFileIcon.h ------------------- */
  2.  
  3. #ifndef __GETFILEICON__
  4. #define __GETFILEICON__
  5.  
  6. #include <Icons.h>
  7. #include <Finder.h>
  8.  
  9. pascal OSErr GetFileIcon( FSSpec *thing, IconSelectorValue iconSelector, Handle *theSuite);
  10. Boolean IsSuiteEmpty( Handle theSuite );
  11.  
  12. #endif // __GETFILEICON__
  13.